home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flybox2.dir / 00114_3WOO.PCT.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  317 b   |  9 lines

  1. on mouseDown
  2.   global FlyList
  3.   set FlyList to list("Wooly Bugger", "Other", "Nymph/Wet fly", "Subsurface Techniques", "Wbugger.pict", "TBAbug4.pict", "PatOther.mov", "StagWet.mov", "L_bugger.pict", "ABOther.mov", "ABNymph.mov")
  4.   repeat with i = 1 to 48
  5.     puppetSprite(i, 0)
  6.   end repeat
  7.   go(1, "FlyInf.DIR")
  8. end
  9.